@charset "utf-8";
/* CSS Document */
body{
    background:#f6f6f6!important;
}
.mail_bgcolor{
    background:#e1eef4!important;
}
.a_topwrapper {
    background: #fff none repeat scroll 0 0!important;
    float: left;
    min-width: 1041px;
    width: 100%;
    border-bottom:1px solid #ccc!important;
}
.a_topcontainer {
    width: 1000px;
    margin: 0 auto;
}
.a_topwrapper .a_toplogo {
    float: left;
}
.a_topwrapper .a_toplogo{
    float:left;
}
.a_topwrapper .a_toplogo a {
    float: left;
    text-indent: -99999px;
    overflow: hidden;
    width:218px!important;
    margin-top:10px!important;
}
.a_topwrapper .a_topnav {
    float: left;
    font-size: 14px;
    padding: 0px 0 0 40px;
}
.a_topwrapper .a_topnav ul {
    list-style: none;
}
.a_topwrapper .a_topnav ul li {
    float: left;
    position: relative;
    z-index: 55;
}
.a_topwrapper .a_topnav ul li a {
    padding: 25px 15px;
    float: left;
    font-size:14px;
    text-decoration: none;
    color:#333!important;
}
.a_topwrapper .a_topnav ul li a span {
    float: left;
}
.a_topwrapper .a_topnav ul li a i {
    float: left;
    background: url(../img/arrow_down.png) no-repeat left top;
    width: 12px;
    height: 6px;
    margin: 6px 0 0 5px;
}
.a_topwrapper .a_toploginbox {
    float: right;
}
.a_topwrapper .a_toploginbox a {
    padding: 0px 18px;
    height:31px;
    line-height:30px;
    color: #fff;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 18px 0 0 0;
    text-decoration: none;
    font-size:12px;
}
.a_topwrapper .a_topnav ul li .subnav {
    display: none;
    background: #fff!important;
    position: absolute;
    z-index:9999;
    left: 10px;
    top: 65px;
    width: 200px;
    box-sizing: border-box;
    padding: 0 0px 10px 0px;
    float: left;
    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
}
.a_topwrapper .a_topnav ul li:hover .subnav {
    display: block;
}
.a_topwrapper .a_topnav ul li .subnav a {
    padding: 6px 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
}
.a_topwrapper .a_topnav ul li .subnav a:hover{
    color:#64a0e1!important;
}
.a_topwrapper .a_topnav ul li .subnav02_box .subnav02 {
    display: none;
}
.a_topwrapper .a_topnav ul li .subnav02_box:hover .subnav02 {
    display: block;
}
.a_topwrapper .a_topnav ul li .subnav.subnav02 {
    left: 200px;
    top:auto;
    bottom:0px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    padding-top: 10px;
    width: 214px !important;
}
.a_topwrapper .a_topnav ul li .subnav a span{
    padding:0 5px 0 0;
    white-space: nowrap;
}

.a_topwrapper .a_topcontainer .a_topnav ul li .subnav a img {float: right;}